tools: add shell script to aid in development of fast paths
authorØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 15:40:28 +0000 (16:40 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 15:41:54 +0000 (16:41 +0100)
commit0cac6982161449aeae9c55dbf470b7e0aa522867
treeab31a1d30a0be3cd2f534d25be5f0470e445a1e2
parent05403e2dce2bb97e0508cf16247ae646ab18c8bc
tools: add shell script to aid in development of fast paths

Added a shell script which takes a base format and profiles/debugs relevant
babl conversions for this format. The script recompiles the extensions
folder.

Usage:

$ babl ./tools/babl-verify.sh "RGBA half"

to get information about fast paths for half precision floating point, as
used by GEGL/GIMP.
tools/babl-verify.sh [new file with mode: 0755]